home *** CD-ROM | disk | FTP | other *** search
/ PC-SIG: World of Games / PC-SIG World of Games (CDRM1080710) (1993).iso / ENT / DISK1329.ZIP / PROPLAY / MAKESTR.BAT < prev    next >
DOS Batch File  |  1988-07-13  |  332b  |  18 lines

  1. echo off
  2. convert BLKSTRAT
  3. if ERRORLEVEL 1 goto error1
  4. combine BLKSTRAT
  5. if ERRORLEVEL 1 goto error2
  6. goto endup
  7. :error1
  8. echo Error occurred in convert processing
  9. echo Error 002 is file not found
  10. pause
  11. goto endup
  12. :error2
  13. echo Error occurred in convert processing
  14. echo Error 002 is file not found
  15. pause
  16. :endup
  17. echo on
  18.